home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / flashstrike / flashstrike.swf / scripts / DefineButton2_104 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-02-03  |  134 b   |  8 lines

  1. on(release){
  2.    _root.lives = 10;
  3.    _root.health = 10;
  4.    _root.targethit = 1;
  5.    _root.remember = 1;
  6.    _root.nextFrame();
  7. }
  8.